home *** CD-ROM | disk | FTP | other *** search
- ;The following command should be applied to SK.COM
- ;to patch it so that LEFT SHIFT-RIGHT SHIFT is used
- ;to enter Sidekick instead of ALT-CTRL.
- ;This allows the use of FANSI-CONSOLE's ALT-CTRL
- ;key combinations without waking up Sidekick.
- ;Note that the patched routine may not be in exactly
- ;the same place in your version of Sidekick.
- ;The commented lines (ones starting with semi-
- ;colons) will generate error text but that is OK.
- ;----------------------------------------------
- ; debug sk.com <sk.pch
- ;----------------------------------------------
- ;The following routine will appear at ABOUT the same
- ;place in your version, check the address and
- ;change the patch address if it is different in your version.
- ;xxxx:0876 50 PUSH AX
- ;xxxx:0877 2E CS:
- ;xxxx:0878 803E360200 CMP BYTE PTR [0236],00
- ;xxxx:087D 7510 JNZ 088F
- ;xxxx:087F 2E CS:
- ;xxxx:0880 A06A0A MOV AL,[0A6A]
- ;xxxx:0883 240F AND AL,0F
- ;xxxx:0885 3C0C CMP AL,0C
- ;xxxx:0887 7406 JZ 088F ;Replace this jump with NOPs
- ;xxxx:0889 3C03 CMP AL,03
- ;xxxx:088B 7402 JZ 088F
- ;xxxx:088D 58 POP AX
- ;xxxx:088E CF IRET
- ;
- a887
- nop
- nop
-
- w
- q